| Package | Description |
|---|---|
| com.atid.lib.reader | |
| com.atid.lib.transport | |
| com.atid.lib.types |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
ATEAReader.getDeviceType()
ATEAReader Returns the type of Device to which the instance is connected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATEAReader.setDeviceType(DeviceType type)
Sets the type of device to which instance of ATEAReader will be connected.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
ATransport.getDeviceType()
ATransport Returns the type of device to which the instance will be connected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATransport.setDeviceType(DeviceType type)
ATransport Sets the type of device to which the instance will be connected.
|
| Constructor and Description |
|---|
ATransport(DeviceType type,
java.lang.String name,
java.lang.String address)
Create an instance of the Transport class
|
ATransport(DeviceType type,
java.lang.String name,
java.lang.String address,
boolean autoConnect)
Create an instance of the Transport class
|
ATransport(DeviceType type,
java.lang.String name,
java.lang.String mac,
java.lang.String address)
Create an instance of the Transport class
|
ATransport(DeviceType type,
java.lang.String name,
java.lang.String mac,
java.lang.String address,
boolean autoConnect)
Create an instance of the Transport class
|
ATransportBluetooth(DeviceType type,
java.lang.String name,
java.lang.String address)
Create an instance of the ATransportBluetooth class
|
ATransportUsb(DeviceType type,
java.lang.String name,
java.lang.String address)
Create an instance of the ATransportUsb class
|
ATransportUsb(DeviceType type,
java.lang.String name,
java.lang.String address,
boolean autoConnect)
Create an instance of the ATransportUsb class
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.valueOf(int code) |
static DeviceType |
DeviceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|